Usage:
//Must import hip.data.json for actually using it. import hip.data.json; JSONValue json = hipJSON.getJSON!JSONValue; json["myProperty"].str//or other types
This function is templated for not generating dependency on std.json. It is not optimized to hold the JSON. Call it only once or it will parse again.
See Implementation
Usage: